| Modifier and Type | Method and Description |
|---|---|
Evaluator |
EvaluatorHypothesis.getEvaluator() |
| Constructor and Description |
|---|
EvaluatorHypothesis(Evaluator pEval,
java.lang.String pDescription) |
| Modifier and Type | Method and Description |
|---|---|
Evaluator |
PreferenceProfileManager.getMyEvaluator(int issueID) |
| Modifier and Type | Method and Description |
|---|---|
Evaluator |
EvaluatorHypothesis.getEvaluator() |
| Modifier and Type | Method and Description |
|---|---|
double |
OpponentModel.getExtremeEvaluation(Evaluator evaluator,
OpponentModel.Extreme extreme) |
| Constructor and Description |
|---|
EvaluatorHypothesis(Evaluator evaluator) |
| Modifier and Type | Method and Description |
|---|---|
Evaluator |
EvaluatorHypothesis.getEvaluator() |
| Constructor and Description |
|---|
EvaluatorHypothesis(Evaluator pEval) |
| Modifier and Type | Method and Description |
|---|---|
Evaluator |
EvaluatorHypothesis.getEvaluator() |
| Modifier and Type | Method and Description |
|---|---|
double |
OpponentModel.getExtremeEvaluation(Evaluator evaluator,
OpponentModel.Extreme extreme) |
| Constructor and Description |
|---|
EvaluatorHypothesis(Evaluator evaluator) |
| Modifier and Type | Method and Description |
|---|---|
double |
IAMhagglerBayesianModel.getExtremeEvaluation(Evaluator evaluator,
IAMhagglerBayesianModel.Extreme extreme) |
double |
PerfectIAMhagglerBayesianModel.getExtremeEvaluation(Evaluator evaluator,
PerfectIAMhagglerBayesianModel.Extreme extreme) |
| Modifier and Type | Class and Description |
|---|---|
class |
EvaluatorDiscrete
This class is used to convert the value of a discrete issue to a utility.
|
class |
EvaluatorInteger
This class is used to convert the value of an integer issue to a utility.
|
class |
EvaluatorObjective
Evaulator for an objective.
|
class |
EvaluatorReal
An evaluator for real-type issues.
|
| Modifier and Type | Method and Description |
|---|---|
Evaluator |
UtilitySpace.addEvaluator(Objective obj)
Adds an evaluator to an objective or issue
|
Evaluator |
UtilitySpace.addEvaluator(Objective obj,
Evaluator ev)
Sets an
|
Evaluator |
Evaluator.clone() |
Evaluator |
UtilitySpace.DefaultEvaluator(Objective obj)
create a default evaluator for a given Objective.
|
Evaluator |
UtilitySpace.getEvaluator(int index) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<java.util.Map.Entry<Objective,Evaluator>> |
UtilitySpace.getEvaluators() |
java.util.Set<java.util.Map.Entry<Objective,Evaluator>> |
UtilitySpace.normalizeChildren(Objective obj)
Normalizes the weights of objectives of the given objective
so that they sum up to one.
|
| Modifier and Type | Method and Description |
|---|---|
Evaluator |
UtilitySpace.addEvaluator(Objective obj,
Evaluator ev)
Sets an
|
| Constructor and Description |
|---|
UtilitySpace(Domain domain,
java.util.Map<Objective,Evaluator> fEvaluators) |